┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
prd-web-01.centraldc.gr
LOCATION:
/usr/share/pie/vendor/fidry/cpu-core-counter/src/Executor
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: ProcessExecutor.php
<?php /* * This file is part of the Fidry CPUCounter Config package. * * (c) Théo FIDRY <theo.fidry@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Fidry\CpuCoreCounter\Executor; interface ProcessExecutor { /** * @return array{string, string}|null STDOUT & STDERR tuple */ public function execute(string $command): ?array; }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 ProcessExecutor.php
PHP
483 B
2025-08-14 07:29
EDIT
📄 ProcOpenExecutor.php
PHP
1.3 KB
2025-08-14 07:29
EDIT